@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
:root {
    --primary-color: #05274A;
    --primary-hover: #05274A;
    --secondary-color: #000000;
    --dark-color: #000000;
    --lightbg-color: #ececec;
    --primary-font: "PT Sans", sans-serif;
}

body {
    background-color: #ffffff;
    color: #2c2e35;
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    background-image: url("../img/bg.png");
    background-size: 70%;
    background-position: right top;
    background-repeat: no-repeat;
}


* {
    margin: 0;
    padding: 0;
    border: 0;
}
a {
    text-decoration: none;
}
a,a:focus {
    outline: 0;
}
ul {
    margin: 0;
    padding: 0;
}
p {
    margin: 0;
}
.dark-title {
    color: var(--dark-color)!important;
}
.light {
    font-weight: 300!important;
}
.regular {
    font-weight: 400!important;
}
.medium {
    font-weight: 500!important;
}
.semibold {
    font-weight: 600!important;
}
.bold {
    font-weight: 700!important;
}
.font-13 {
    font-size: 13px!important;
}
.font-14 {
    font-size: 14px!important;
}
.secondary-bg {
    background-color: var(--secondary-color);
}
.secondary-color {
    color: var(--secondary-color)!important;
}
.text-black {
    color: #000000!important;
}
.top-page-padding {
    padding-top: 135px;
}
.btn-white {
    background-color: #ffffff;
    padding: 12px 30px;
}
.btn-white:hover {
    background-color: #000000;
    color:#ffffff;
}
.btn-custom-outline {
    background-color: #DEA52C;
    padding: 12px 30px;
    color: #ffffff;
    border: 1px solid #ffffff;
}
.default-padding {
    padding: 70px 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 600!important;
}
.hover:hover {
    color: var(--primary-color) !important;
}
.pb-top {
    border-top: 5px solid var(--primary-color);
}
.form-control {
    background-color: #ffffff;
}
.btn-primary:hover {
    background-color: #001b35!important;
    border-color: #001b35!important;
}

input.form-control, select.form-control {
    height: 50px;
}
.cpd-card {
    background-color: #FFFFFF;
    padding: 25px;
    border-radius: 30px;
    max-width: 310px;
    margin: auto;
    height: 100%;
    border: 1px solid #D8D8D8;
}
.cpd-img {
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F4F4F4;
    padding: 0 20px;
    border-radius: 15px;
    margin-bottom: 20px;
}
.cpd-content {
    text-align: center;
}
.cpd-content h5 {
    font-size: 18px;
    font-weight: 400;
    color: #05274A;
    text-align: center;
    margin-bottom: 15px;
}
.cpd-content .btn {
    font-weight: 600;
    display: block;
    /*margin-top: 15px;*/
    border-radius: 0;
    max-width: 160px;
    margin: 20px auto 0;
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

.cpd-title-div h6 {
    font-size: 32px;
    text-align: center;
    position: relative;
    padding: 31px 0;
}
.cpd-title-div {
    margin-bottom: 30px;
}
.cpd-title-div span {
    font-size: 80px;
    font-weight: 600;
    opacity: 0.1;
    position: absolute;
    display: block;
    left: 0;
    top: -12px;
    bottom: 0;
    right: 0;
    margin: auto;
}
.cpd-content p {
    color: #585858;
    min-height: 200px;
}
.footer-content p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
}
.coming-soon-card {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background-color: var(--primary-color);
    color: #ffffff;
}
/*.cpd-box-div {
    background-image: url("../img/bg2.png");
    background-size: 40%;
    background-position: left bottom;
    background-repeat: no-repeat;
}*/
.cpd-card {
    background-color: #FFFFFF;
    padding: 15px 15px 75px 15px;
    border-radius: 30px;
    max-width: 100%;
    margin: auto;
    height: 100%;
    border: 1px solid #D8D8D8;
    position: relative;
}

.front-footer {
    background-color: #fff;
    padding: 15px 0;
}

.bottomfooter-box p {
    font-size: 13px;
    line-height: 18px;
    color: #7C7C7C;
}
.bottomfooter-box p b {
   color: #000000;
    font-weight: 600;
    font-size: 14px;
}
.bottom-footer small {
    color: #585858;
}
